home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19960425-19960715 / 000179_news@columbia.edu _Thu May 30 20:49:22 1996.msg < prev    next >
Internet Message Format  |  1996-07-26  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id UAA28309 for <kermit.misc@watsun>; Thu, 30 May 1996 20:49:22 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id UAA06551 for kermit.misc@watsun; Thu, 30 May 1996 20:49:19 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: ^S
  8. Date: 31 May 1996 00:49:11 GMT
  9. Organization: Columbia University
  10. Lines: 17
  11. Message-ID: <4olfm7$6ck@apakabar.cc.columbia.edu>
  12. References: <4ol0al$qvh@qvarsx.er.usgs.gov>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <4ol0al$qvh@qvarsx.er.usgs.gov>,  <mjpape@usgs.gov> wrote:
  16. : I'm using Kermit under the DGUX operating system to download data via modem
  17. : from electronic data loggers.  The particular data logger in question uses
  18. : ^S to initiate the download.  When I'm connected through a standard xterm,
  19. : this isn't a problem, however if I execute Kermit through a telnet session
  20. : or use the Expect scripting language to start a subprocess, Kermit
  21. : intercepts the ^S and hangs the terminal.
  22. : I realize that there must be some settings for the terminal type that are
  23. : causing this to happen, however after playing around with some of the stty
  24. : settings (eg. -ixon), I had no luck.  Is there a way to stop kermit from
  25. : doing this?
  26. Like it says in the manual, "Using C-Kermit", tell Kermit to "set flow none".
  27.  
  28. - Frank